body {
    font-family: "arial";
}

.wrap-head {
    background-size: cover !important;
}

.wrap-bg {
    background: rgba(0, 0, 0, 0.3);
}

.nyabout{
    width: 62%;
    padding: 120px 0;
}
.nycontact {
    width: 68%;
}
.nyabout h3{
    font-weight: 600;
    font-size: 40px;
    color:#fff;
    padding-bottom: 40px;
}

.nyabout .abwz{
    font-size: 18px;
    color:#fff;
    line-height: 26px;
}

.nyabout a{
    display: block;
    width:140px;
    line-height: 48px;
    color:#fff;
    text-align: center;
    font-size: 16px;
    background: #f1b004;
    margin-top: 60px;
    transition: all .3s;

}
.nyabout a:hover{
    background: #ef7f00;
}

.pageHeader {
    height: 148px;
}

.head {
    transition: top 0.5s ease;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.fixed-head {
    width: 100%;
    top: -38px;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    border-bottom: 1px solid #dfdfdf;
}

.header-top {
    background: #0051b5;
    height: 38px;
    line-height: 38px;
}

.header-top .top-fl {
    display: flex;
    flex-wrap: nowrap;
}

.header-top .top-wz {
    padding-left: 25px;
    color: #fff;
    font-size: 14px;
}

.header-top .top-tel {
    background: url("../images/top-tel.png") 0 50% no-repeat;
}

.header-top .top-mail {
    background: url("../images/top-mail.png") 0 50% no-repeat;
    margin-left: 60px;
}

.header-top .top-lang .btn-group {
    vertical-align: top;
}

.header-top .top-lang .btn {
    border: none;
    background: none;
    color: #fff;
    font-size: 14px;
    height: 36px;
    padding: 1px 0;
}

.header-top .top-lang .btn img {
    margin-right: 5px;
}

.header-top .top-lang .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.555em;
    vertical-align: 0.1em;
    content: "";
    width: 10px;
    height: 6px;
    background: url("../images/lang_jt.png") center no-repeat;
}

.header-top .top-lang .dropdown-menu {
    border: none;
    border-radius: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    min-width: 120px;
    padding: 10px 0;
}

.header-top .top-lang .dropdown-menu>li>a {
    padding: 5px 20px;
    color: #757575;
}

.header {
    background: #fff;
    height: 110px;
    //transition: all .3s;
}

.header .container {
    display: flex;
}

.header .logo {
    width: 25%;
}

.header .logo img {
    height: 90px;
}

/*.header-active {
    height: 90px;
}

.header-active .logo img {
    height: 70px;
}*/

.header .header-nav {
    width: 75%;
    display: flex;
    flex-wrap: nowrap;
    align-self: center;
}

.nav-list {
    width: 100%;
    display: flex;
    align-items: center;
}

.nav-list li {
    display: inline-block;
    text-align: center;
    padding: 0 3.5%;
    position: relative;
}

.nav-list li a {
    color: #333;
    font-size: 18px;
}

.nav-list li a:hover {
    color: #0051b5;
}

.nav-list .sub-menu {
    position: absolute;
    z-index: 9999;
    width: 200px;
    left: 50%;
    top: 100%;
    margin-left: -100px;
    background: #fff;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.nav-list>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.nav-list li .sub-menu>li {
    display: block;
    padding: 0;
}

.nav-list li .sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em 0;
}

.nav-list li .sub-menu>li>a:hover {
    color: #0051b5;
}

.nav-list li .sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}



.header-search {
    position: relative;
}

.header-search .search-btn {
    cursor: pointer;
}

.header-search .search-txt {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #fff;
    padding: 30px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 9;
    min-width: 330px;
    display: none;
}

.header-search .search-txt form {
    display: flex;
    flex-wrap: nowrap;
}

.header-search .search-txt .input-text {
    border: 1px solid #cccccc;
    height: 46px;
    line-height: 46px;
    width: 216px;
    padding-left: 18px;
}

.header-search .search-txt .input-submit {
    width: 72px;
    height: 46px;
    background: url(../images/btn.png) center no-repeat #004098;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 0;
}

.banner {
    height: 100%;
}

.banner .owl-carousel {
    position: relative;
    height: 100%;
}

.banner .owl-carousel .owl-stage-outer {
    height: 100%;
}

.banner .owl-carousel .owl-stage {
    height: 100%;
}

.banner .owl-carousel .owl-item {
    height: 100%;
}

.banner .owl-carousel .banner-item {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 6%;
}

.banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 1em;
    outline: none;
    background: none;
    width: 40px;
    height: 4px;
    transition: all .3s;
    background: rgba(255,255,255,.2);
}

.banner .owl-carousel .owl-dots button.owl-dot:hover, .banner .owl-carousel .owl-dots button.owl-dot.active {
    background: #fff;
}

.our-capability {
    padding-top: 5.5vh;
}

.our-capability .title {
    text-align: center;
}

.our-capability .title h3 {
    color: #000000;
    font-size: 40px;
    font-weight: 600;
}

.our-capability .list {
    margin-top: 4vh;
}

.our-capability .list ul {
    margin: 0 -18px;
}

.our-capability .list li {
    float: left;
    width: 33.333%;
    padding: 0 18px;
}

.our-capability .list li .item {
    border: 1px solid #cecece;
    padding: 10px 10px 30px 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.our-capability .list li .img {
    width: 100%;
    overflow: hidden;
}

.our-capability .list li .img img {
    width: 100%;
    transition: all .3s;
}

.our-capability .list li .img:hover img {
    transform: scale(1.1);
}

.our-capability .list li .title {
    text-align: left;
    color: #333333;
    font-size: 26px;
    padding: 20px 18px 14px 18px;
    font-weight: 600;
}

.our-capability .list li .item-list {
    padding: 0 18px;
}

.our-capability .list li .item-list a {
    font-size: 16px;
    display: block;
    position: relative;
    line-height: 28px;
    padding-left: 15px;
}

.our-capability .list li .item-list a:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #b2b2b2;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1.5px;
}

.our-capability .list li .item-list a:hover {
    color: #0051b5;
}

.our-capability .list li .more a {
    color: #fff;
    font-size: 14px;
    display: block;
    width: 120px;
    height: 40px;
    background: #f1b004;
    line-height: 40px;
    text-align: center;
    margin: 20px 0 0 18px;
}

.about {
    padding: 84px 0;
}

.about .about-img {
    width: 50%;
}

.about .about-img img {
    width: 100%;
}

.about .about-txt {
    width: 46%;
}

.about .about-txt .title {
    color: #010101;
    font-size: 40px;
    font-weight: 600;
}

.about .about-txt .content {
    margin-top: 10px;
    font-size: 16px;
}

.about .about-txt .more a {
    display: block;
    width: 156px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #f1b004;
    color: #fff;
    font-size: 14px;
    margin-top: 40px;
    position: relative;
}

.about .about-txt .more a:after {
    content: '';
    display: inline-block;
    width: 155px;
    height: 48px;
    border: 1px solid #f1b004;
    position: absolute;
    top: 6px;
    left: 6px;
}

.index-num {
    background-image: url(https://cdn.qsyseo.top/guozheng/assets/images/ysbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
}

.count-list {
    display: flex;
    flex-wrap: wrap;
}

.count-list .item {
    position: relative;
    text-align: center;
    color: #fff;
    width: 25%;
}

.count-list .item:after {
    content: '';
    display: inline-block;
    border-right: 1px solid #3273c3;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.count-list .item:last-child:after {
    border: none;
}

.count-list .item div {
    position: relative;
}

.count-list .item div h3 {
    display: inline-block;
    font-size: 50px;
}

.count-list .item div h3 .counter {
    font-size: 50px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}

.count-list .item div h3 b {
    margin-left: -10px;
}

.count-list .item div span {
    font-size: 16px;
    line-height: 24px;
    color: #fdd000;
    display: inline-block;
}

.count-list .item div span.small {
    position: relative;
    top: -28px;
}

.count-list .item p {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 6em;
}

.process {
    padding: 5vh 0;
}

.process .list {
    margin-top: 4vh;
}

.process .list ul {
    margin: 0 -22px;
}

.process .list li {
    width: 33.333%;
    float: left;
    padding: 0 22px;
    margin-bottom: 30px;
    cursor: pointer;
}

.process .list li > div {
    border: 1px solid #f0f0f0;
    padding: 22px;
    text-align: center;
}

.process .list li .img {
    width: 108px;
    height: 108px;
    line-height: 88px;
    background: #0051b5;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    border: 10px solid #d1e0f2;
    transition: all .5s;
}

.process .list li .img img {
    max-width: 100%;
    vertical-align: middle;
}

.process .list li h3 {
    color: #000000;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
}

.process .list li span {
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #0051b5;
    transition: all .5s;
}

.process .list li p {
    color: #555555;
    font-size: 16px;
    margin-top: 10px;
}

.process .list li > div:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.02);
}

.process .list li > div:hover .img {
    background: #0051b5;
    border-color: #d1e0f2;
}

.process .list li > div:hover span {
    width: 42px;
}

.section-news {
    background: #e8ebee;
}

.index-news{
    padding: 80px 0 100px 0;
}
.index-news-list{
    padding-top: 50px;
    margin: 0 -14px;
}
.news-item{
    background-color: #fff;
    margin: 0 14px;
    box-shadow: 0 0 20px rgba(0,0,0,.02);
}
.newsImg{
    width:100%;
    height: 100%;
    overflow: hidden;
}
.newsImg img{
    width:100%;
    height: 100%;
    transition: all .3s;
}
.news-item:hover .newsImg img{
    transform: scale(1.1);
}
.newsList{
    padding: 24px 20px 34px 20px;
}

.newsDate{
    font-size: 15px;
    color:#666;
    background:url(../images/daterl.png) no-repeat left center;
    line-height: 24px;
    text-indent: 26px;
}
.newsTitle{
    font-size: 20px;
    color: #000;
    line-height: 28px;
    font-weight: 600;
    margin-top: 12px;
}

@media (min-width: 768px) {
    .newsTitle {
        height: 84px;
        overflow: hidden;
    }
}

.newsCon{
    font-size: 16px;
    color: #666;
    line-height: 24px;
    padding-top: 16px;
}
.newsMore{
    font-size: 14px;
    color: #fff;
    line-height: 38px;
    width: 118px;
    border: 1px solid #f1b004;
    text-align: center;
    margin-top: 20px;
    transition:  all .3s;
    background-color: #f1b004;
}

.news-item:hover .newsMore{
    background-color: #0051b5;
    border-color: #fff;
    color: #fff;
}
.news-item:hover .newsTitle{
    color: #004098;
}
/*合作*/
.index-partner{
    padding: 6vh 0;
}
.webTitle{
    font-size: 40px;
    font-weight: 600;
    color:#000;
    text-align: center;
}
.partner-List{
    padding-top: 3vh;
    margin: 0 -10px;
}
.partner-item a{
    display: block;
    border: 1px solid #f1f1f1;
    margin: 10px;
    transition: all .3s;
}
.partner-item:hover a{
    border-color: #f1b004;
    margin-top: 1px;
}

.sign-up {
    background: url(https://cdn.qsyseo.top/guozheng/assets/images/submit_bg.jpg) top center no-repeat #0051b5;
    padding: 4vh 0;
}

.sign-up .container {

}

.sign-txt {
    color: #fff;
    font-size: 26px;
    line-height: 50px;
    font-weight: 600;
}

.sign-form .input-text {
    width: 410px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    color: #888888;
    font-size: 16px;
    padding-left: 25px;
    border: none;
}

.sign-form .input-submit {
    height: 50px;
    width: 142px;
    background: #f1b004;
    text-align: center;
    line-height: 50px;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-left: -4px;
}

.foot {
    background: url(https://cdn.qsyseo.top/guozheng/assets/images/foot_bg.jpg) top center no-repeat #212429;
    padding: 6vh 0;
}

.foot .ft-nav {
    width: 18%;
}

.foot .ft-title {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.foot .ft-item li {
    line-height: 32px;
    list-style: none;
}

.foot .ft-item li a {
    color: #b7b7b7;
    font-size: 14px;
}

.foot .ft-item li a:hover {
    color: #f1b004;
}

.foot .ft-product {
    width: 25%;
}

.foot .ft-application {
    width: 25%;
}

.foot .ft-contact {
    width: 27%;
}

.foot .ft-contact .content {
    font-size: 14px;
    color: #b7b7b7;
    line-height: 26px;
}

.ft-copyright {
    background: #212429;
    border-top: 1px solid #32353a;
    color: #b7b7b7;
    font-size: 14px;
    line-height: 24px;
    padding: 30px 0;
    text-align: center;
}

.ft-share {
    margin-top: 25px;
}


.ft-share .social-share .social-share-icon {
    width: 34px;
    height: 34px;
    border-radius: 3px;
    line-height: 34px;
    border: none;
    background: #fff;
    color: #000;
    font-size: 24px;
    margin-right: 8px;
}

@media (max-width: 768px) {

    .nyabout {
        width: 100%;
        padding: 15px 0;
    }

    .nycontact {
        width: 100%;
    }

    .nyabout h3 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .nyabout .abwz {
        font-size: 16px;
        line-height: 24px;
    }

    .nyabout a {
        font-size: 14px;
        width: 120px;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
    }
    .our-capability .title h3 {
        font-size: 24px;
    }

    .our-capability .list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-title h3 {
        font-size: 24px;
    }

    .product-category {
        padding: 4vh 0;
    }

    .product-category .cate-list li {
        width: 50%;
    }

    .about {
        padding: 4vh 0;
    }

    .about .about-img {
        width: 100%;
    }

    .about .about-txt .title {
        font-size: 24px;
    }

    .about .about-txt {
        width: 100%;
        margin-top: 20px;
    }

    .count-list .item {
        width: 50%;
        margin: 10px 0;
    }

    .count-list .item p {
        padding: 0;
    }

    .count-list .item:nth-child(even):after {
        border: none;
    }

    .count-list .item div h3, .count-list .item div h3 .counter {
        font-size: 40px;
    }

    .process .list li {
        width: 50%;
        padding: 0 10px;
    }

    .process .list li > div {
        padding: 10px;
    }

    .process .list li p {
        line-height: 22px;
        height: 66px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
    }

    .process .list li h3 {
        font-size: 16px;
        line-height: 22px;
        height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .process {
        padding-top: 4vh;
    }

    .webTitle {
        font-size: 24px;
    }

    .index-news {
        padding: 4vh 0;
    }

    .index-partner {
        padding: 4vh 0 0 0;
    }

    .sign-up {
        padding: 2vh 0 3vh 0;
    }

    .sign-txt {
        width: 100%;
        font-size: 20px;
    }

    .sign-form {
        float: left;
        margin-top: 10px;
    }

    .sign-form .input-text {
        width: 190px;
    }

    .sign-form .input-submit {
        width: 80px;
    }

    .product-category .cate-list li > div .title a {
        line-height: 24px;
        height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .product-category .cate-list li > div .inquiry {
        width: 100%;
    }

    .product-category .cate-list li > div .inquiry a {
        padding-left: 20px;
        font-size: 12px;
    }

    .product-category .cate-list li > div .inquiry a {
        background-position: 0 -2px;
    }

    .product-category .cate-list li > div .inquiry:hover a {
        background-position: 0 -22px;
    }
}
@media (max-width: 425px) {
    .index-news-list{
        padding-top: 30px;
    }
    .partner-List{
        padding-top: 2vh;
    }
    .process{
        padding-bottom: 2vh;
    }
    .product-category{
        margin-top: 40px;
    }
    .our-capability {
        padding-top: 3vh;
    }
    .our-capability .list {
        margin-top: 3vh;
    }
}


.zoomPad{
    height: 320px !important;
    margin-bottom: 10px;
}
.thumb-item img{
    width: 104px !important;
    border: 1px solid #d5d5d5;
}